home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- put EMPTY into field "op"
- if the hilite of cast "b_DC1" = 1 then
- put "DC1:Dustcap; " after field "op"
- end if
- if the hilite of cast "b_SEAL" = 1 then
- put "SEAL:DirtBan Seal; " after field "op"
- end if
- if the hilite of cast "b_BRK2" = 1 then
- put "BRK2:Wheel Brake; " after field "op"
- end if
- if the hilite of cast "b_BRK4" = 1 then
- put "BRK4:Total Lock Brake; " after field "op"
- end if
- if the hilite of cast "b_BRK6" = 1 then
- put "BRK6:Direction Lock; " after field "op"
- end if
- if the hilite of cast "b_BRK1" = 1 then
- put "BRK1:Side Lock; " after field "op"
- end if
- if the hilite of cast "b_tg1" = 1 then
- put "TG1:Metal; " after field "op"
- end if
- if the hilite of cast "b_tg2" = 1 then
- put "TG2:Plastic; " after field "op"
- end if
- if the hilite of cast "b_fsi" = 1 then
- put "FSI; " after field "op"
- end if
- if the hilite of cast "b_AX1" = 1 then
- put "AX1: Zerk Axle; " after field "op"
- end if
- if the hilite of cast "b_AX2" = 1 then
- put "AX2: Solid Axle; " after field "op"
- end if
- if the hilite of cast "b_NT1" = 1 then
- put "NT1: Thick Lock Nut; " after field "op"
- end if
- if the hilite of cast "b_lpbrake" = 1 then
- put "2" before field "Tblcaste,CA_MOD"
- end if
- delete char -30000 of field "op"
- delete char -30000 of field "op"
- put field "op" into field "mainop"
- puppetSound("foundspec")
- puppetTransition(47, 1, 8)
- put the number of lines in field "tblca_Fe,FEATURE"
- if the number of chars in field "Tblca_Fe,FEATURE" > 200 then
- put field "Tblca_Fe,FEATURE" into field "specbfea"
- play frame "specb"
- abort()
- end if
- play frame "speca"
- abort()
- end
-